home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2000 #1 / Kompuutteri Kaikille! KCD_1_2000.iso / Tools / InterCent / _setup.1 / Intercent.exe / 0 / RCDATA / TFRMSTANDAARD / TFRMSTANDAARD.txt
Text File  |  1998-06-25  |  2KB  |  116 lines

  1. object FrmStandaard: TFrmStandaard
  2.   Left = 293
  3.   Top = 181
  4.   HelpContext = 1800
  5.   ActiveControl = BtnOk
  6.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Standaard tarieven'
  9.   ClientHeight = 191
  10.   ClientWidth = 283
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 128
  21.     Width = 265
  22.     Height = 9
  23.     Shape = bsTopLine
  24.   end
  25.   object GroupBox1: TGroupBox
  26.     Left = 8
  27.     Top = 8
  28.     Width = 129
  29.     Height = 105
  30.     Caption = 'Abonne&ment'
  31.     TabOrder = 2
  32.     object OptBudget: TRadioButton
  33.       Left = 16
  34.       Top = 24
  35.       Width = 81
  36.       Height = 17
  37.       Caption = 'Bel &budget'
  38.       TabOrder = 0
  39.     end
  40.     object OptPlus: TRadioButton
  41.       Left = 16
  42.       Top = 48
  43.       Width = 73
  44.       Height = 17
  45.       Caption = 'Bel &plus'
  46.       Checked = True
  47.       TabOrder = 1
  48.       TabStop = True
  49.     end
  50.     object OptBasis: TRadioButton
  51.       Left = 16
  52.       Top = 72
  53.       Width = 81
  54.       Height = 17
  55.       Caption = 'Bel b&asis'
  56.       TabOrder = 2
  57.     end
  58.   end
  59.   object GroupBox2: TGroupBox
  60.     Left = 144
  61.     Top = 8
  62.     Width = 129
  63.     Height = 105
  64.     Caption = 'R&egio'
  65.     TabOrder = 3
  66.     object OptBinnen: TRadioButton
  67.       Left = 8
  68.       Top = 24
  69.       Width = 105
  70.       Height = 17
  71.       Caption = 'Binnen de ®io'
  72.       Checked = True
  73.       TabOrder = 0
  74.       TabStop = True
  75.     end
  76.     object OptBuiten: TRadioButton
  77.       Left = 8
  78.       Top = 48
  79.       Width = 105
  80.       Height = 17
  81.       Caption = 'B&uiten de regio'
  82.       TabOrder = 1
  83.     end
  84.   end
  85.   object BtnOk: TBitBtn
  86.     Left = 32
  87.     Top = 157
  88.     Width = 99
  89.     Height = 25
  90.     HelpContext = 1801
  91.     TabOrder = 0
  92.     OnClick = BtnOkClick
  93.     Kind = bkOK
  94.   end
  95.   object BtnCancel: TBitBtn
  96.     Left = 152
  97.     Top = 157
  98.     Width = 97
  99.     Height = 25
  100.     HelpContext = 1802
  101.     Caption = 'Annuleren'
  102.     TabOrder = 1
  103.     Kind = bkCancel
  104.   end
  105.   object ChkIncBtw: TCheckBox
  106.     Left = 16
  107.     Top = 192
  108.     Width = 97
  109.     Height = 17
  110.     Caption = 'In&clusief BTW'
  111.     State = cbChecked
  112.     TabOrder = 4
  113.     Visible = False
  114.   end
  115. end
  116.